home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / PadHop.dxr / Internal_3_first frame.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  214 b   |  15 lines

  1. global gFloats, gScore, gLives, gLivesIcons, gInMotion, levelnum
  2.  
  3. on prepareFrame me
  4.   gFloats = []
  5.   gScore = 0
  6.   gLives = 5
  7.   levelnum = 1
  8.   gLivesIcons = []
  9.   gInMotion = 0
  10. end
  11.  
  12. on exitFrame me
  13.   go("init")
  14. end
  15.